﻿body {
    margin: 0px;
    overflow-x: hidden;
}
a:link ，a:visited ， a:hover ， a:active {
    text-decoration: none!important;
}
a {
    text-decoration: none !important;
}
li {
    list-style: none;
}
/* 页头 */
.kj-head {
    border-bottom: 1px #e9e9e9 solid;
    height:120px;
}
.kj-head-logo{
    height:90px;
    margin:17px 0 23px;
}
.kj-head img {
    max-height:80px;
}
.kj-input-grop{
    margin-top:45px;
}
 .kj-input-grop .form-control {
    height: 42px;
    border: 1px solid #c0c0c0;
 }
.kj-input-grop button {
    height: 42px;
    background-color: #124388;
    color: #fffdfe;
    padding: 6px 28px;
}
/* 导航栏 */
.kj-nav-container{
    padding:0;
}
.kj-nav-menulist{
    display:flex;
}
.kj-nav-wapmenu {
    padding: 0px 5%;
}
.kj-nav-wapmenu .kj-waplogo {
    position: relative;
    float: left;
    padding: 2px;
}
.kj-nav-wapmenu .kj-waplogo img{
    height:46px;
}
/* 导航栏pc */
.kj-nav {
    margin-bottom: -1px !important;
}
.kj-nav {
    background-color: #124388;
}

/* 导航栏-下拉 */
.kj-nav-menulist > .dropdown .dropdown-menu {
    top: 0px;
    left: 100%;
    box-shadow: 3px 8px 15px rgba(150,150,150,0.9);
    background-color: #fff;
    padding: 0px;
}
.kj-nav-menulist > .dropdown > .dropdown-menu {
    top: 49px;
    left: 0px;
}
.kj-nav-menulist > .dropdown .dropdown-menu > li {
    background-color: #fff;
    /*height: 40px;*/
    border-bottom: 1px dashed #ddd;
}
.kj-nav-menulist > .dropdown > .dropdown-menu > li:last-child {
    border-bottom: none;
}
.kj-nav-menulist > .dropdown .dropdown-menu > li > a {
    /*display: block;*/
    font-weight: normal;
    line-height: 34px;
    color: #333;
    text-align: center;
}
/*.kj-nav-menulist > .dropdown > .dropdown-menu {
    top: 49px;
    left: 0px;
    box-shadow: 3px 8px 15px rgba(150,150,150,0.9);
    background-color: #fff;
    padding: 0px;
}
.kj-nav-menulist > .dropdown > .dropdown-menu > li {
    background-color: #fff;
    height: 40px;
    border-bottom: 1px dashed #ddd;
}
.kj-nav-menulist > .dropdown > .dropdown-menu > li:last-child {
    border-bottom: none;
}
.kj-nav-menulist > .dropdown > .dropdown-menu > li > a {
    display: block;
    font-weight: normal;
    line-height: 34px;
    color: #333;
    text-align: center;
}*/
/* 轮播图 */
/* 轮播图分页器选中颜色重写 */
:root {
    --swiper-theme-color: #f59800;
}

/* 公告部分 */
.kj-gonggao-con {
    height:40px;
    line-height:40px;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
}
.kj-gonggao-tilte {
    width: 80px;
    font-weight:bold;
}
.kj-gonggao-con a, .kj-gonggao-con a:hover {
    text-decoration: none !important;
    color: #333;
}

/* 公司概况 */
.kj-aboutus {
    text-align: center;
    background-image: url('../images/about-bg.jpg');
    margin-bottom:60px;
}
.kj-aboutus .kj-about-t>small{
    color:#999;
    font-size:23px;
    font-family:“微软雅黑”;
}
.page-header {
    border-bottom: none;
}
.kj-about-content{
    font-size:16px;
    line-height:36px;
    color:#666;
}
.kj-about-v{
    margin:50px 0 100px;
}
.kj-about-v .about-icon {
    max-height: 90px;
    margin: 0px auto;
}
.kj-about-vis .kj-about-subtitle {
    color: #f39801;
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    line-height: 1.1;
}
.kj-about-vis .kj-about-subtxt {
    color: #666 !important;
    font-size: 16px !important;
}
.kj-more-btn {
    display: inline-block;
    width: 145px;
    height: 42px;
    background-color: #1f8fcf;
    color: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: 3px 5px 2px #f0f1f0;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
}
.kj-more-btn:hover , .kj-more-btn:focus{
    text-decoration:none;
    color:#eee;
    font-size:18px;
}
/* 我们的服务 */
.kj-service {
    background-image: url('../images/service-bg.png');
    text-align: center;
    padding: 15px 0 60px;
}
.kj-service .kj-service-t > small {
    color: #999;
    font-size: 23px;
    font-family: “微软雅黑”;
}
.kj-service-content{
    background-color:#fff;
}
.kj-service-img img {
    width:100%;
}
.kj-service-h3 {
    line-height: 38px;
}
.kj-service-line1 {
    width: 42px;
    height: 4px;
    background-color: #b7b7b7;
    margin: 0 auto;
}
.kj-service-txt {
    color: #979797;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    margin: 20px 40px;
}
.kj-service-button {
    display: inline-block;
    width: 137px;
    height: 50px;
    line-height: 50px;
    background-color: #bfbfbf  ;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin: 14px 0 33px;
    color: #fff;
    font-size: 15px;
}
.kj-service-content:hover .kj-service-button {
    background-color: #1f8fcf;
    color: #fff;
}
.kj-service-line2 {
    width: 100%;
    height: 4px;
    background-color: #0162b3;
}
.kj-service-content:hover .kj-service-line2 {
    background-color: #f39801;
}
.kj-margintop {
    margin-top: 47px;
}

/* 产品中心 */
.kj-product {
    background: url('../images/pro-bg.png') no-repeat right;
    text-align: center;
    padding: 15px 0 60px;
}
.kj-product .kj-product-t > small {
    color: #999;
    font-size: 23px;
    font-family: “微软雅黑”;
}
.kj-product-c > .swiper-slide {
    margin: 10px 0px 10px 17px;
    margin-right: 0px !important;
}
.kj-product-a {
    text-decoration: none !important;
    box-shadow: 0px 0px 12px 2px rgba(146, 143, 143, 0.2);
    border:none;
    padding:20px 0px 15px;
}
.kj-product-a > img {
    width: fit-content;
    height: fit-content;
    margin-top:10px;
}
.kj-product-a > .caption{
    position:relative;
    text-align:left;
}
.kj-prolist-line {
    position: absolute;
    width: 3px;
    height: 50px;
    background-color: #1f8fcf;
    left: 0px;
    bottom: 10px;
    z-index: 9;
}
.kj-product-a h3 {
    display: block;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    font-size: 18px;
}
.kj-product .kj-index-pro-next{
    position:absolute; 
    top:70px;
    right:-40px;
}
.kj-product .kj-index-pro-prev {
    position: absolute;
    top: 70px;
    left: -40px;
}
.kj-index-pro-next, .kj-index-pro-prev {
    font-size: 54px;
    color: #9a9a9a;
}
.kj-index-pro-next:hover,kj-index-pro-prev:hover {
    color: #1f8fcf;
}


/* 新闻资讯 */
.kj-news {
    background-color: #f6f7f9;
    text-align: center;
    padding: 15px 0 60px;
}

.kj-news .kj-news-t > small {
    color: #999;
    font-size: 23px;
    font-family: “微软雅黑”;
}
.kj-news-c{
    text-align:left;
}
.kj-news-a {
    text-decoration: none !important;
}
.kj-news-img{
    position: relative;
}
.kj-news-img-txt {
    position: absolute;
    z-index: 2;
    color: #fff;
    background: rgba(0,71,156,0.3);
    bottom: 0px;
    padding: 10px;
}
.kj-news-img-txt:hover{
    color:#fff;
}
.kj-news-img-title{
    font-size:24px;
}
.kj-news-right-con {
    padding-left: 0px;
    height: 107px;
    border-bottom: 1px dotted #666;
}
.kj-news-right-content {
    width: 80%;
}
.kj-news-right-data{
    width:15%;
}
.kj-news-right-title {
    font-weight: bold;
    font-size: 18px;
    line-height:40px;
    white-space:nowrap;
    word-break:keep-all;
    overflow: hidden;
    text-overflow:ellipsis;
    color:#333;
}
.kj-news-right-txt {
    color: #666;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
}
.kj-news-right-line {
    width: 1px;
    height: 74px;
    background-color: #d1d1cf;
    margin: 10px 0px 30px 4%;
}
.kj-news-right-data-h3 {
    font-weight: bold;
    text-align: center;
}
.kj-news-right-data-small {
    color: #666;
    line-height:20px;
}

/* 页面底部 */
.kj-bottom {
    background-color: #000;
    padding: 20px 0 40px 0;
    border-bottom: 1px #35363a solid;
}

.kj-bottom-con {
    padding: 0;
    color: #9d9ea2;
    padding-left: 20px;
    padding-right: 20px;
}

.kj-QR-code {
    padding: 38px 0px 38px 46px;
}

.kj-bottom h4 {
    color: #ffffff;
    padding: 16px 0;
}

.kj-bottom ul {
    padding-left: 0;
}

.kj-bottom li {
    line-height: 26px;
}

    .kj-bottom li a {
        color: #9d9ea2;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
    }

    .kj-bottom li a:hover {
        text-decoration: none;
        color: #fff;

    }
/* 页脚 */
.kj-footer {
    background-color: #000;
    color: #9d9ea2;
    text-align: center;
    line-height: 24px;
    padding: 14px 0;
}

/* 产品列表页 */
.kj-prolist-left {
    width: 210px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.kj-page-left {
    padding-left: 0px;
    margin-bottom: 20px;
}
.kj-prolist-left-t, .kj-page-left-t {
    height: 65px;
    line-height: 65px;
    color: #fff;
    background-color: #1f8fcf;
    font-size: 24px;
    text-align:center;
    margin-bottom: 3px;
}
.kj-prolist-left-li, .kj-page-left-li {
    position:relative;
    background-color: #f4f4f4;
    height: 45px;
    margin-top: 3px;
}
.kj-prolist-left-li > a ,.kj-page-left-li > a {
    padding: 0px 15px !important;
    line-height: 45px !important;
    color: #4a4a4a !important;
    font-size: 15px !important;
}
/*产品详情二级分类*/

.kj-prolist-left-con .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    left: 100%;
    top: 0px;
    padding: 0px;
}
.kj-prolist-left-con li:hover .dropdown-menu {
    display: block;
}
/*奇数odd偶数even表格行
    tr:nth-child(even) {
    background: #f4f4f4;
    }
*/
.kj-prolist-table tr:nth-child(2n) {
    background-color: #f4f4f4;
}
.kj-prolist-table > thead > tr {
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;
}
.kj-prolist-table > thead > tr > th{ 
    font-size:15px;
    font-weight: bold;
    text-align:center;
}
.kj-prolist-table > thead > tr > th:nth-child(3){ 
    text-align:left;
}
.kj-prolist-table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}
.kj-prolist-table > tbody > tr > td img{
    height:90px;
    width:auto!important;
}
.kj-prolist-table > tbody > tr > td a{
    color:#333;
}
.kj-prolist-table > tbody > tr > td:nth-child(1) a{
    color:#1d90d1;
}
.kj-prolist-table > tbody > tr > td:nth-child(2) img{
    margin:0px auto;
}
.kj-prolist-table > tbody > tr > td:nth-child(3){
    text-align:left;
}
.kj-prolist-table > tbody > tr > td:nth-child(5) a{
    color: #1d90d1;
    font-size: 14px;
}
.kj-prolist-table > tbody > tr:last-child {
    border-bottom:1px solid #d9d9d9;
}

/* 分页器 */
.kj-pagination {
    text-align: center;
}
.pagination {
    margin-top: 30px;
    margin-bottom: 40px;
}

.pagination li a {
    margin: 0 5px;
    border-radius: 4px;
    color: #666666;
}

.pagination li a.active {
    background-color: #0592da;
    color: #fff;
}

.pagination li a.next {
    color: #0592da;
}

/* 产品详情页 */
.kj-prodetail-left {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 334px;
    background-position: center center;
    border:1px solid #ddd;
}
.kj-prodetail-right{
    padding-left:30px;
}

.kj-prodetail-right-h3 {
    color: #12428a;
    font-size: 26px;
}
.kj-prodetail-right-small{
    color:#666;
    font-size:15px;
    line-height:20px;
}
.kj-table-name > tbody > tr > th{
    width:20px;
}
.kj-prodetail-table {
    margin-top: 10px;
    border: none;
}
.kj-prodetail-table > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.kj-prodetail-table > tbody > tr > th{
    font-size:14px;
    font-weight:bold;
    border:none;
}
.kj-prodetail-table > tbody > tr > td{
    font-size:14px;
    border:none;
}
/* 产品详情页-信息部分 */
.kj-basetxt{
    margin-bottom:30px;
}
.kj-basetxt-t {
    border-bottom: 2px solid #1f8fcf;
}
.kj-basetxt-btn {
    background-color: #1f8fcf;
    width: 122px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
}
.kj-basetxt-con, .kj-safetxt-con {
    padding: 17px 37px;
    border: 1px solid #dedede;
}
.kj-basetxt-table, .kj-safetxt-table {
    padding: 17px 27px;
    color: #666;
    border-collapse: collapse;
}
.kj-basetxt-table > tbody > tr , .kj-safetxt-table > tbody > tr{
    height:40px;
    line-height:40px;
    padding-left:20px;
}
.kj-basetxt-table > tbody > tr:first-child > th, .kj-safetxt-table > tbody > tr:first-child > th {
    border-top: none;
}
.kj-basetxt-table > tbody > tr:first-child > td, .kj-safetxt-table > tbody > tr:first-child > td {
    border-top: none;
}
.kj-basetxt-table > tbody > tr > th {
    font-size: 15px;
    font-weight: bold;
    border-right:1px solid #e5e5e5;
    padding-left:20px;
    width:18%;
}
.kj-basetxt-table > tbody > tr > td {
    font-size: 14px;
    width:70%;
    padding-left:8%;
}
/* 产品详情页-信息部分-安全信息 */
.kj-safetxt-table > tbody > tr > th {
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
}
.kj-safetxt-table > tbody > tr > th:nth-child(1){
    border-right: 1px solid #e5e5e5;
    width:10%;
}
.kj-safetxt-table > tbody > tr > th:nth-child(3){
    width:25%;
    padding-left: 7%;
}
.kj-safetxt-table > tbody > tr:nth-child(1) > th:nth-child(1) {
    vertical-align: bottom;
}
.kj-safetxt-table > tbody > tr > td {
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    padding-left: 20px;
    width:35%;
}
/* 相关产品 */
/* 相关产品-字体描边 */
.kj-related{
    margin-bottom:50px;
}
.kj-related-t {
    font-size: 22px;
    line-height: 22px;
    -webkit-text-stroke-width: thin;
    color: #114285;
    margin-bottom: 16px;
    padding-left: 0px;
}
.kj-relatedpro{
    padding:0px;
}
.kj-relatedpro-list {
    padding: 20px;
    border: 1px solid #dddddd;
}
.kj-relatedpro-list:nth-child(1){
    margin-left:0px;
}
.kj-relatedpro-img{
    margin:10px auto 20px;
}
.kj-relatedpro-img > img{
    width:fit-content;
    height:fit-content;
}
.kj-relatedpro-p {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
}
.kj-relatedpro-small{
    color:#666;
    font-size:14px;
    line-height:24px;
}
.kj-relatedpro-button {
    display:inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #1f8fcf;
    color: #1f8fcf;
    font-size: 15px;
    margin: 20px auto;
    text-align:center;
    background-color: #fff;
    border-radius: 4px;
}
.kj-relatedpro-button:hover{
    background-color:#1f8fcf;
    color:#fff;
}
/* 窗口浮动-固定按钮 */
    .kj-flex-btn {
    position: fixed;
    top: 25%;
    right: 10px;
    z-index: 999;
}

.kj-flex-btn>ul>li {
    width: 70px;
    height: 70px;
    line-height: 18px;
    background-color: #ffffff;
    border: 1px #dadada solid;
    text-align: center;
    padding-top: 12px;
    position:relative;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}
.kj-flex-content {
    position: absolute;
    top: 0px;
    right: 68px;
    background-color: #1f8fcf;
    color: #000;
    display:none;


    padding:8px;
    min-width:100px;
}
.kj-flex-btn > ul > li:hover .kj-flex-content{
    display:block;
}
.kj-flex-btn > ul > li:last-child {
    margin-top: 10px;
}

.kj-flex-btn > ul > li:hover {
    background-color: #1f8fcf;
}

.kj-flex-btn > ul > li:hover a {
    color: #ffffff;
}

.kj-flex-btn > ul > li a {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

.kj-flex-btn > ul > li a i {
    font-size: 24px;
}

.kj-float-qq-visble {
    background-color: #fff;
    color: #1f8fcf;
    margin: 10px auto;
    border-radius: 20px;
    padding:10px 20px;
    white-space:nowrap;
    display:block;
    text-align:center;
}
.kj-flex-btn > ul > li:hover .kj-float-qq-visble a {
    color: #1f8fcf;
}

 

/* 内页-搜索 */
.kj-nav {
    border-color: #124388;
}
.kj-search {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    color: #164289;
}
/* 内页-关于我们 */

.kj-page {
    margin-left: 5px;
}
.kj-page-left {
    margin-bottom: 20px;
}
.kj-page-content-body {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.kj-bread-new {
    margin-top: 10px;
}
.kj-page-right{
    padding:20px; 
}

/*菜单栏 */
@media(max-width:768px){
    .kj-nav {
        background-color: #fff;
        border-color: #fff;
    }
    .kj-nav-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    .kj-nav-menulist {
        border-top: 1px solid #dddddd;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0px;
    }
    .kj-nav-menulist > li{
        border-bottom: 1px solid #dddddd;
    }
    .kj-nav-menulist > li:hover {
        background-color:#e7e7e7;
    }
    .kj-nav-menulist > li > a{
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    font-size: 12px;
    padding-bottom: 15px;
    }
    .kj-nav-menulist .dropdown-menu {
        position: initial;
        float: none;
        box-shadow: none;
        border: 1px solid #dddddd;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .kj-nav-menulist > .dropdown .dropdown-menu{
        box-shadow:none;
    }
    .kj-nav-menulist > .dropdown .dropdown-menu > li > a{
        padding-right:45px;
    }
    /*.kj-nav-menulist li:hover .dropdown-menu {
        display: block;
    }*/
    /*product*/
    .kj-productcontent {
        margin-left: -15px;
    }

    .kj-product-infro {
        padding: 0;
    }

    .kj-prodetail-right {
        padding: 0px;
    }

    .kj-prodetail-right-h3 {
        font-size: 20px;
        text-align: center;
    }
    .kj-prodetail-right-small {
        text-align: center;
        display:inline-block;
        width:100%;
        margin-bottom:10px;
    }
    .kj-basetxt{
        margin-top:10px;
        margin-bottom:0px
    }
    .table > tbody > tr > th {
        font-weight: normal;
        font-size: 13px;
    }

    .table > tbody > tr > td {
        font-size: 12px;
    }

    .kj-basetxt-table > tbody > tr > th {
        font-size: 12px;
        font-weight: normal;
    }

    .kj-relatedpro-small {
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
        display: block;
    }

    .kj-basetxt-btn {
        font-size: 15px;
        height: 38px;
        line-height: 38px;
    }

    .kj-basetxt-con, .kj-safetxt-con {
        padding: 7px 17px;
    }

    .kj-relatedpro-img > img {
        height: auto !important;
    }

    .kj-relatedpro-button {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        margin: 10px auto;
    }

    .kj-relatedpro-p {
        font-weight: normal;
        line-height: 25px;
    }

    .kj-relatedpro-list {
        padding: 20px 15px 10px;
    }

    .kj-related {
        margin-bottom: 20px;
    }
    .kj-related .row {
        margin: 10px auto;
    }
    .kj-prolist-table > tbody > tr:nth-child(2) > td:nth-child(2){
        width:200px;
        display:table-caption;
    }
}

@media (min-width: 768px) {
    .kj-nav-menu {
        padding: 0px;
    }

    .kj-nav-menulist {
        width: 100%;
        margin-top: -10px;
    }

    .kj-nav-menulist > li {
        text-align: center;
    }

    .kj-nav-menulist > li > a {
        color: #f5f9f8 !important;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #1f8fcf !important;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #1f8fcf !important;
    }

    .kj-nav-menulist > li > a:hover {
        background-color: #1f8fcf !important;
    }
    .kj-nav-menulist > .dropdown:nth-child(5) .dropdown-menu > li > a {
        text-align: left;
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
    }
    .kj-nav-menulist > .dropdown .dropdown-menu > li > a > .fa-angle-down {
        /*float:right;*/
        transform: rotate(270deg);
        margin-top:10px;
    }
    .kj-nav-menulist > .dropdown .dropdown-menu > li:hover > a > .fa-angle-down {
        
    }
    .kj-nav-menulist > .dropdown .dropdown-menu > li:hover > .dropdown-menu {
        display: block;
    }


}

@media (min-width: 768px) and (max-width: 992px) {
    .kj-nav-menulist > li > a {
        font-size: 14px;
    }
    .kj-table > tbody > tr > th {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .kj-nav-menulist > li {
        width: 11%
    }

    .kj-nav-menulist > li > a {
        font-size: 1.3rem;
    }

    .kj-table > tbody > tr > th {
        width: 10%;
    }

    .kj-prodetail-table > tbody > tr > th {
        width: 18%;
    }

    .kj-prodetail-table > tbody > tr > td {
        width: 32%;
    }
}

@media (min-width:1200px) {
    .kj-nav-menulist > li {
        width: 11%
    }

    .kj-nav-menulist > li > a {
        font-size: 1.5rem;
    }
}
